home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / ophelias_diary_2_episode_1.swf / scripts / DefineButton2_1524 / BUTTONCONDACTION on(release).as
Text File  |  2010-07-14  |  139b  |  10 lines

  1. on(release){
  2.    if(eval("/Variables:BoulonTourne") == 0)
  3.    {
  4.       tellTarget("Boulon1")
  5.       {
  6.          play();
  7.       }
  8.    }
  9. }
  10.